home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 015a / visutils.zip / GO.DOC < prev    next >
Text File  |  1992-01-06  |  6KB  |  129 lines

  1.        *****        *****      *
  2.      **     **    **     **   ***
  3.      **           **     **   ***
  4.      **   ****    **     **    *
  5.      **     **    **     **
  6.        *****        *****      *
  7.  
  8. GO ver 2.1 By Kenneth E. Sandquist Jr.
  9. Vision Software January 05, 1992
  10.  
  11. ------------------------------------------
  12.  
  13.      Go was written for obvious reasons!  I have a 130 meg harddrive and
  14. trying to keep up with where all my directories have gone to is tedious to
  15. say the least!  So along came GO.  GO will allow you to locate the occurrence
  16. of any directory on your drive(s) and, if you specify, drop you into that
  17. directory.
  18.  
  19. It's that simple.
  20.  
  21. Usage: GO [parameter]{d:}DirName
  22. Where parameter:
  23.                  no parameter = find the first occurrence of DirName and change
  24.                                 to that directory.
  25.                            -ad= find ALL occurrences of DirName on default
  26.                                 drive ONLY and ask which directory to change to.
  27.                            -af= find ALL occurrences of DirName on ALL drives 
  28.                                 and ask which directory to change to (including 
  29.                                 floppies).
  30.                            -df= find All occurrences of DirName on default drive
  31.                                 and floppies ONLY.
  32.                            -a = find ALL occurrences of DirName on ALL drives 
  33.                                 and ask which directory to change to.
  34.                            -d = search default drive ONLY for first occurrence 
  35.                                 of DirName and change to that directory.
  36.                            -f = search ALL drives for first occurrence of 
  37.                                 DirName and change to that directory. 
  38.                                 (including floppies)
  39.                            -1 = search one directory level on ALL drives for 
  40.                                 DirName and ask which directory to change to.
  41.                            -2 = search two directory levels on ALL drives for 
  42.                                 DirName and ask which directory to change to.
  43.                             .
  44.                             .
  45.                             .
  46.                            -9 = search nine directory levels on ALL drives for 
  47.                                 DirName and ask which directory to change to.
  48.                            d: = drive on which to search for DirName.
  49.                            
  50. NOTE:
  51.      A directory level is the number of branches off of the root directory.
  52.  
  53. Example:
  54.  
  55.        GO -3 TEMP 
  56.      
  57.      Will search 3 directory levels (branches) on ALL drives for every 
  58. occurrence of the directory 'TEMP' and prompt you for the directory you want 
  59. to change to.
  60.  
  61.  
  62.  
  63.  
  64.  
  65.  
  66.  
  67.  
  68. Likewise:
  69.        
  70.        GO -3 TE*
  71.  
  72.      Will search 3 directory levels on ALL drives for every occurence of 
  73. directories beginning with the letters 'TE' and prompt you for the directory 
  74. you want to change to.
  75.  
  76.      GO will also give you a "Second Chance"(TM) to search for the NEXT occurrence
  77. of DirName. Example:     
  78.  
  79.        If you tell GO to find the first occurence of the TEMP directory:
  80.                                   GO TEMP
  81.        and you find that it is not the particular TEMP directory you wanted,
  82.        you can type the same command line - GO TEMP - and GO will search for
  83.        the NEXT directory matching TEMP.
  84.  
  85. NOTE:
  86.      The "Second Chance"(TM) is limited to just that - a second time.  Typing the 
  87. same command line more than twice will just loop you through the first two 
  88. matches!
  89.  
  90. That's it!
  91.  
  92.      If you make a mistake, you can interrupt the search by hitting <CTRL> - C
  93. during the search.  The program will drop back to where you started.
  94.  
  95. -----------------------------------------------------------------------------
  96.                            VERSION INFORMATION
  97.  
  98. New with version 1.1: The asterisk wildcard is now supported!
  99. New with version 2.0: Multi-drive support!
  100.                       Floppy drive support!
  101.                       "Second Chance"(TM) logic!
  102. New with version 2.1: Fast!
  103.                       Minor and major bug fixes!
  104.                       Network compatible!
  105. ----------------------------------------------------------------------------
  106.                             DISCLAIMER STUFF
  107.  
  108.      The author of this program has taken every care so that GO will run on
  109. every computer...However...Due to the vast number of computer manufacturers
  110. no warranty, implied or otherwise, shall be in effect.
  111. -----------------------------------------------------------------------------
  112.                               REGISTER ???
  113.  
  114.      Although any contribution would be appreciated (hint! hint!), If you
  115. find this program of some use, pass it along to a friend...Right now I'm
  116. looking for recognition not, so much, money.  HOWEVER...don't be shy with the
  117. ol' checkbook !!!  If you do make a contribution, you will be given the next
  118. release along with any other utilities I come up with between now and then!
  119. -----------------------------------------------------------------------------
  120.                          WHO IS VISION SOFTWARE?
  121.  
  122.                   Vision Software was founded by the author:
  123.  
  124.                           Kenneth E. Sandquist Jr.
  125.                           3187A Aqueduct Dr.
  126.                           Lexington, Ky.   40517
  127. -----------------------------------------------------------------------------
  128.  
  129.